Clean up DoH rollout prefs
Categories
(Core :: Networking: DNS, task, P3)
Tracking
()
People
(Reporter: nhnt11, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [necko-triaged])
doneFirstRun and self-enabled can be removed or at least consolidated.
skipHeuristicsCheck and disable-heuristics should be renamed.
migration code should be cleaned up.
Comment 1•5 years ago
|
||
Please adjust these severities / priorities as necessary. :-)
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Updated•1 year ago
|
Moving to [review] for clarifications of the exact instructions for each:
doneFirstRun and self-enabled can be removed or at least consolidated.
skipHeuristicsCheck and disable-heuristics should be renamed.
migration code should be cleaned up.
Comment 3•1 year ago
|
||
I'm not exactly sure exactly how we need to do this, but I don't think it's a good-first-bug.
(In reply to (inactive) Nihanth Subramanya [:nhnt11] from comment #0)
doneFirstRun and self-enabled can be removed or at least consolidated.
donFirstRun can probably be removed.
https://searchfox.org/mozilla-central/search?q=FIRST_RUN_PREF&path=doh&case=false®exp=false
Maybe self-enabled too, but this one is used in some tests to check that initialization is done.
https://searchfox.org/mozilla-central/search?q=BREADCRUMB_PREF&path=doh&case=false®exp=false
skipHeuristicsCheck and disable-heuristics should be renamed.
I don't know what/why this is necessary
migration code should be cleaned up.
I also don't know which migration code this is referencing.
Description
•